home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / intmemry.zip / MEMO1552.TXT < prev    next >
Text File  |  1992-09-25  |  16KB  |  336 lines

  1. ╔═════════════════════════════════════════════════════════════════════════╗
  2. ║                                                                         ║
  3. ║           Micro Channel Above Board Software Compatibility              ║
  4. ║                                                                         ║
  5. ╚═════════════════════════════════════════════════════════════════════════╝
  6.  
  7.    IBM 5.25" EXTERNAL FLOPPY
  8.  
  9.       Customers have reported that using IBMCACHE and EMM.SYS together in a
  10.       Model 60 caused the IBM external floppy controller to fail when the
  11.       IBMCACHE size was less than 512K bytes.
  12.  
  13.    ALWAYS
  14.  
  15.       Customer reports of compatibility.
  16.  
  17.       Tech Notes: Some customers have reported that Always won't load if
  18.       the Above Board is providing expanded memory  unless EXPF=D000 is on
  19.       the EMM.SYS device driver line, (even though there is no conflict
  20.       between EMM.SYS and other drivers/ROMs). Other customers don't seem
  21.       to have this problem.
  22.  
  23.    CAD CORE
  24.  
  25.       Intel has a Customer's report that CAD CORE by Hitachi created by IGS
  26.       (Information Graphics Systems) gets an error: "Cannot run Rational
  27.       DOS/16M memory check." when running the CAD Core Installation program
  28.       with an Above Board 2 Plus installed, (Rational is a brand name and
  29.       DOS/16M is their memory manager).
  30.  
  31.       The Customer's Solution:  Install the files manually - don't use the
  32.       installation program provided with the software.
  33.  
  34.       Once CAD Core was installed there were no additional problems.
  35.  
  36.    DESQVIEW
  37.  
  38.       DESQview provides full hardware support for optimum multitasking
  39.       performance with EMS 4.0.  DESQview can cause floppy drive problems
  40.       in IBM PS/2 series computers.  If you experience problems with your
  41.       floppy drives, set the Optimize Communications parameter to OFF in
  42.       the DESQview Options.  This problem isn't related to Above Boards,
  43.       but the problem becomes more obvious when you use expanded memory
  44.       products.
  45.  
  46.       When you invoke DESQview, it takes control of expanded memory, and
  47.       when you exit DESQview, it returns expanded memory control to EMM.
  48.  
  49.    IBM 3270 WORKSTATION
  50.  
  51.       The IBM 3270 workstation program can't use Above Board memory.  IBM
  52.       provides an EMS 3.2 driver with the program, but this driver only
  53.       works with an IBM XMA board.
  54.  
  55.    LOTUS 123 & SYMPHONY KEYBOARD ERRORS
  56.  
  57.       Earlier versions of the Above Board QUIKBUF program (versions earlier
  58.       than 2.1A), may cause random keyboard errors (such as characters
  59.       appearing in empty cells or shifting to capital letters) in 1-2-3 and
  60.       Symphony.  If this happens, remove QUIKBUF from the AUTOEXEC.BAT
  61.       file.  Then contact Intel's customer support BBS to get the current
  62.       version of QUIKBUF.
  63.  
  64.    LOTUS 123 VER 3.0
  65.  
  66.       This document explains how to structure files for minimum memory use
  67.       and how to regain memory.  This information comes from the Memory
  68.       Management appendix in Lotus 1-2-3 Release 3.0 documentation.
  69.  
  70.       The minimum memory requirement for Release 3.0 is 640K bytes of
  71.       conventional memory and 384K bytes of extended memory.  The suggested
  72.       memory amounts are 640K bytes conventional, and at 1M byte of
  73.       extended (the more the better).  If you have programs which use
  74.       expanded memory, set aside enough for those applications (1MB is
  75.       usually sufficient).
  76.  
  77.       Make sure the extended memory isn't allocated to other programs like
  78.       disk caches.  If you're unsure, check the CONFIG.SYS and AUTOEXEC.BAT
  79.       files.  Because most DOS applications use extended, not expanded,
  80.       memory, configure as much expanded as needed for these applications.
  81.  
  82.       When configured for both kinds of memory, the 1-2-3 program is stored
  83.       in extended and data is stored in expanded.  When expanded is full,
  84.       1-2-3 places any additional data in extended.  If you have an 80386-
  85.       based computer with an Expanded Memory Emulation Program, such as
  86.       ILIM386 or QEMM386, you should convert as much extended memory as
  87.       possible to expanded.  1-2-3 can access only the memory that the
  88.       emulation program converts to expanded.  1-2-3 won't be able to use
  89.       any extended memory after the emulation program has loaded.  You
  90.       usually set the amount of memory to be converted with a statement in
  91.       your CONFIG.SYS file.  Check your documentation for your driver to
  92.       change it.
  93.  
  94.       NOTE:     1-2-3 works with only EMS Emulators that support the
  95.                Virtual Control Program Interface (VCPI).  Among those that
  96.                support VCPI are 386 MAX version 4.07 or later, Quarterdeck
  97.                Expanded Memory Manager (QEMM) version 4.2 or later, and
  98.                COMPAQ Expanded Memory Manager (CEMM).
  99.  
  100.    LOTUS 123 VER 2.X & SYMPHONY MEMORY USAGE
  101.  
  102.       Lotus 1-2-3 versions earlier than 3.0 and Symphony use four bytes of
  103.       conventional memory as a pointer to every cell that is stored in
  104.       expanded memory.  Once conventional memory is full, there is no room
  105.       to store pointers, so no more expanded memory can be used.
  106.  
  107.       1-2-3 and Symphony always store integers, range names, and string
  108.       constants in conventional memory.  They store real numbers, labels,
  109.       and formulas in expanded memory.
  110.  
  111.       You can't save conventional memory by changing data types.  It's
  112.       possible to have a large, full spreadsheet that uses no expanded
  113.       memory.  It's also possible to have many complex formulas or long
  114.       labels that fill expanded memory while conventional memory is still
  115.       available.
  116.  
  117.       To get more conventional memory, you must remove any memory resident
  118.       programs you've loaded.
  119.  
  120.       You can check expanded memory amounts as follows:
  121.  
  122.             1-2-3 command:       /Worksheet Status
  123.             Symphony command:    F9 Settings
  124.  
  125.    LOTUS 123 VER 2.2
  126.  
  127.       This version of Lotus was released in conjuction with 3.0 and was
  128.       intended for 8088/8086-based computer that can't run protected mode
  129.       software.  It takes slightly more memory than Release 2.01, but uses
  130.       EMS memory in exactly the same manner (see 123 & expanded memory
  131.       cell), with only one notable exception.
  132.  
  133.       Lotus 2.2 comes with an UNDO feature, previously available only
  134.       through an add-in like HAL.  UNDO is enabled by default and the UNDO
  135.       buffers use EMS.  The default size is approximately 260k.  The /WS
  136.       (/-WORKSHEET-STATUS) immediately after starting Lotus will show a
  137.       certain percentage of EMS already allocated to the UNDO feature.
  138.  
  139.       To turn off UNDO, use the command, /WGDOUD (/-WORKSHEET-GLOBAL-
  140.       DEFAULT-OTHER-UNDO-DISABLE).  This will free up the EMS memory that
  141.       UNDO was using.
  142.  
  143.       NOTE:     You may find that you could load a larger spreadsheet with
  144.                2.01 than with 2.2, even with UNDO disabled.  It's because
  145.                2.2 is a larger program than 2.01.
  146.  
  147.       (Field report) Users report the Quikbuf 2.1A menu didn't work with
  148.       123 2.2 on an IBM PS/2 Model 50, but Quikbuf 2 did.
  149.  
  150.    LOTUS 123 3.0 ONLY SEES 15 MEG OF MEMORY
  151.  
  152.       Some applications will only see 15 Meg of memory no matter how much
  153.       is installed.  Lotus 1-2-3 3.0 is one of them.
  154.  
  155.    MICROSOFT EXCEL
  156.  
  157.       Microsoft Excel is fully compatible with Intel's EMM and all Above
  158.       Boards.  Excel runs faster with an Intel Math CoProcessor.  Excel for
  159.       OS/2 works fine with the Above Board MC32 or the Above Board MC.
  160.  
  161.    MICROSOFT WINDOWS 2.0
  162.  
  163.       This program is compatible with Intel's EMM and Above Boards.  It
  164.       provides full hardware support for optimum multitasking performance
  165.       with EMS 4.0.
  166.  
  167.       Tech Notes:
  168.       Customers report that Quikbuf2 won't work with Windows 2.0 even if
  169.       the Windows 2.0 print spooler is disabled.
  170.  
  171.    MICROSOFT WINDOWS 2.03
  172.  
  173.       Windows doesn't work with the /E parameter in the  SWAPDISK=  line of
  174.       the WIN.INI file.  This is a problem with Windows.  Even though the
  175.       Windows manual says to use this parameter, remove it and use either
  176.       the hard disk or a RAM disk drive letter as the SWAPDISK.  Also
  177.       designate a  SWAPSIZE=  on the next line (for example SWAPSIZE=1024
  178.       or SWAPSIZE=2048).
  179.  
  180.    MICROSOFT WINDOWS 386 & EXPANDED MEMORY
  181.  
  182.       The EMS 4.0 specification states the page frame must have at least 4
  183.       pages.  Windows 386 will create expanded memory even if there are
  184.       less than 4 page frames available.  In this situation, WIN386 will
  185.       show expanded memory is present and it will use it.  Some programs,
  186.       such as Intel's CHKMEM, will also report expanded memory.  However,
  187.       applications will not recognize or use the expanded memory.
  188.       (PageMaker, VEDEMO, Lotus 123, Quattro, Excel, etc.)
  189.  
  190.       Check for boards that might cause a page frame confict (network
  191.       cards, scanner cards, VGA cards, etc.).  If a problem persists, add
  192.       the following statement to the WIN.INI file:
  193.  
  194.                                EMMINCLUDE=XXXX-YYYY
  195.  
  196.       where XXXX is the starting address of the first page frame and YYYY
  197.       is the ending address of the last page frame.  Legal addresses are
  198.       between C000 and DFFF.
  199.  
  200.                     Example:   EMMINCLUDE=D000-DFFF
  201.  
  202.    MICROSOFT WINDOWS 3.0
  203.  
  204.       Microsoft Windows 3.0 is compatible with Above Boards.  The optimum
  205.       configuration varies depending on the computer.  Here are Intel's
  206.       recommendations.
  207.  
  208.       In a 386-based computer, set your Above Board for all extended
  209.       memory.  This allows Windows to run in 386 Enhanced mode.  You can
  210.       install Microsoft's EMM386.SYS to provide expanded memory for your
  211.       applications that need expanded memory but don't run under Windows.
  212.  
  213.       In a 286-based computer, set your Above Board for all extended
  214.       memory unless you have programs that require expanded memory.  In
  215.       these cases, set the Above Board to provide as much extended memory
  216.       as possible while allowing enough expanded memory for your programs.
  217.       This allows Windows to run in Standard mode.  A minimum of 384K of
  218.       extended memory is required.  Be sure EMM.SYS is BEFORE HIMEM.SYS in
  219.       the CONFIG.SYS.
  220.  
  221.       NOTE:     Microsoft's HIMEM.SYS "hides" all extended memory.  CHKMEM
  222.                will report 0K extended memory when HIMEM is installed.
  223.  
  224.    MICROSOFT WINDOWS 3.1
  225.  
  226.       Compatible with the Above Board 2 Plus and MC. We have not tested
  227.       with the Above Board 2  or the MC32, but do not foresee any
  228.       difficulties.
  229.  
  230.       Generally Above Boards need to be set for Extended memory for Windows
  231.       3.1.
  232.  
  233.    RUNTIME WINDOWS & ILIM386 4.07, (SYSTEM LOCKS)
  234.  
  235.       Runtime versions of Windows are NOT memory managers, and are
  236.       compatible with 386 control programs.  At this time, ILIM386 v2.66 is
  237.       compatible with Runtime Windows but ILIM386 version 4.07 (dated 6/89)
  238.       is NOT compatible with some versions of Windows and Runtime Windows.
  239.       Windows will start to load then lock up.
  240.  
  241.       iLIM386 is shipped with the Above Board MC32.
  242.  
  243.    MICROSOFT WORD 5.0
  244.  
  245.       This software is compatible with microchannel Above Boards.
  246.  
  247.       Tech Notes:
  248.       Microsoft Word version 5.0 uses EMS 3.2 and 4.0 to load large files
  249.       and perform searches and other functions faster.
  250.  
  251.    MOVE EM / QUALITAS
  252.  
  253.       Customer reports of compatibility.
  254.  
  255.       Tech Notes:
  256.       One user reports that Move Em requires a page frame larger than 64k
  257.       and can utilize non-contiguous pages.
  258.  
  259.    QEMM 50/60
  260.  
  261.       QEMM 50/60 works only in PS/2 Models 50, 60, and 50Z. QEMM 50/60
  262.       works like QEMM386; you can load drivers and TSRs high, emulate
  263.       expanded memory from extended memory, etc.
  264.  
  265.       Version 6.X of this memory manager is compatible with the Above Board
  266.       2, 2 Plus, and MC. Versions older than 6.X are only compatible with
  267.       the Above Board 2 (NOT the Above Board 2 Plus or MC).
  268.  
  269.       Older versions of QEMM 50/60 worked with our Above Board 2 because
  270.       QEMM 50/60 looked for specific memory cards in order to do what it
  271.       does, and it hadn't been written to "look" for an Above Board MC or
  272.       Above Board 2 Plus.
  273.  
  274.       Troubleshooting Note:
  275.       When an Above Board 2 Plus is installed for all extended memory with
  276.           our current software, the EMM.SYS driver is installed into the
  277.           computer's CONFIG.SYS file.  The EMM.SYS driver is used to
  278.           initialize the Above Board 2 Plus, then it will unload itself.
  279.           Apparently the QEMM 50/60 OPTIMIZE program looks for expanded
  280.           memory managers, and gives the error "Missing file: QRAM.SYS"
  281.           when EMM.SYS is active. When EMM.SYS is removed from the file,
  282.           QEMM 50/60 doesn't have enough memory (in a 1 Mbyte PS/2
  283.           computer) to load on boot. The most straightforward resolution to
  284.           this is:
  285.         ■ With revision 2.0 of the Intel SOFTSET program, select OS/2 as
  286.           the operating system, (this will install an initializing Adapter
  287.           Descriptor File on track zero of the hard disk).
  288.         ■ Run QEMM 50/60's OPTIMIZE program.
  289.         ■ When the OPTIMIZE process is complete, you can either leave the
  290.           IADF on track zero of your hard drive, or can go back into
  291.           SOFTSET and select DOS as the operating system (this will remove
  292.           the IADF from track zero, and also reinstall the EMM.SYS driver
  293.           into your CONFIG.SYS file). The only drawback to putting EMM.SYS
  294.           back into your CONFIG.SYS file is that it will need to be removed
  295.           if you need to run OPTIMIZE again sometime in the future.
  296.  
  297.    QRAM
  298.  
  299.       This is a "memory enhancer" from Quarterdeck.  The manual erroneously
  300.       suggests users get an upgrade for an Above Board Plus.  You actualy
  301.       need the upgrade only for the Above Board 286.  The Above Board Plus
  302.       and Above Board 2 Plus have always had the ability to use a page
  303.       frame larger than 64k.
  304.  
  305.       QRAM will use extra EMS pages to load-high drivers & TSR's which
  306.       would otherwise use conventional memory.  QRAM normaly cannot
  307.       function unless the page frame is in excess of a 64k.  There is a
  308.       parameter that allows QRAM to use parts of the page frame itself, but
  309.       this prevents all other programs from accessing expanded memory.  Use
  310.       the MANIFEST program that came with QRAM or your reference diskette
  311.       to determine the largest page frame you can have in your system.
  312.  
  313.       If you have problems with an EMS application, remove QRAM to see if
  314.       the problem persists.
  315.  
  316.    SUPER PROJECT EXPERT
  317.  
  318.       We have customer reports of compatibility with  Super Project Expert
  319.       (from Computer Associates) and microchannel Above Boards.
  320.  
  321.       Tech Notes:
  322.       One customer said Super Project Expert wouldn't load correctly with
  323.       expanded memory until the user added the EXPF=D000 parameter to the
  324.       EMM.SYS command line in the CONFIG.SYS file.
  325.  
  326.    VEM.SYS
  327.  
  328.       VEM.SYS is the device driver for the Above Disk program.  If you try
  329.       to use EMM with VEM.SYS, EMM will appear to install, but no expanded
  330.       memory will be recognized (the CHKMEM program will report 0K bytes
  331.       expanded memory).  Remove the VEM.SYS line from the CONFIG.SYS file.
  332.  
  333.  
  334. ══════════════════════════════════════════════════════════════════════════════
  335. End of file                 Intel FaxBack # 1552          September 25,1992
  336.